xen.git
2005-11-16 kaf24@firebug... Correctly export xencons functions to avoid ugly 'extern'
2005-11-16 kaf24@firebug... Fix function that shouldn't be globally defined.
2005-11-16 kaf24@firebug... Trivial coding style fix.
2005-11-16 kaf24@firebug... Add function declarations, and ensure we prevent mismatch
2005-11-16 kaf24@firebug... Replace 0 with NULL when assigning pointer fields/param...
2005-11-15 kaf24@firebug... Fix 64-bit build that I broke by making acpi table...
2005-11-15 emellor@leeni... Make watchStart and watchMain global functions rather...
2005-11-15 emellor@leeni... Merged.
2005-11-15 emellor@leeni... Have a watch callback return 0 or 1 depending upon...
2005-11-15 emellor@leeni... Remove the handling of TypeError inside gather. It...
2005-11-15 kaf24@firebug... Ensure we initialise the cpu_present_map before
2005-11-15 emellor@leeni... This patch fixes dom0 SMP vcpu hotplug. Currently...
2005-11-15 emellor@leeni... This patch fixes a number of vcpu related issues.
2005-11-15 emellor@leeni... Merged.
2005-11-15 emellor@leeni... Fix race between xspy_read_watch and xspy_watch, by...
2005-11-15 kaf24@firebug... acpi change is Xen/x86 specific, so make it dependent on
2005-11-15 kaf24@firebug... Upgrade Xen's msr.h to include definitions from Linux...
2005-11-15 emellor@leeni... Merged.
2005-11-15 danms@us.ibm.comReduce the time required to start xm-test domains by...
2005-11-15 emellor@leeni... Have the vif scripts expect the offline event, not...
2005-11-15 emellor@leeni... Added link_exists function, for neatness. Check for...
2005-11-15 emellor@leeni... Merged.
2005-11-15 emellor@leeni... This patch is largely stylistic, and gets rid of Studdl...
2005-11-15 emellor@leeni... This patch adds more content around the scheduler porti...
2005-11-15 emellor@leeni... This patch is another in the continued effort to flesh...
2005-11-15 kaf24@firebug... Update hgignore list.
2005-11-15 kaf24@firebug... The new userland monitoring tool, XenMon.
2005-11-15 kaf24@firebug... Extra tracing in Xen to support XenMon.
2005-11-15 kaf24@firebug... Previous changeset trivially broke ioemu/helper2.c...
2005-11-15 kaf24@firebug... This patch fixed keyboard issue for linux kernel 2...
2005-11-15 kaf24@firebug... Properly declare ioapic_update_EOI().
2005-11-15 kaf24@firebug... Initialise secondary CPUs via an arch_initcall rather...
2005-11-14 kaf24@firebug... get_page_type() must clean up writable pagetable state
2005-11-14 kaf24@firebug... Better fix for flushing conflicting batched ptwr state
2005-11-14 kaf24@firebug... Flush writable pagetable state before emulating a PT
2005-11-14 kaf24@firebug... Use make_lowmem_page_readonly/writable() in preference...
2005-11-14 kaf24@firebug... Failure to revalidate a writable pagetable page should...
2005-11-14 emellor@leeni... Fix check for a working iptables installation. Checkin...
2005-11-14 emellor@leeni... Merged.
2005-11-14 emellor@leeni... Added line of debugging to try and catch hotplug script...
2005-11-14 kaf24@firebug... Declare local variables at the start of a block, not...
2005-11-14 kaf24@firebug... Clean up xenstore/console shared page initialisation...
2005-11-14 kaf24@firebug... Revert accidentally applied changes from changeset
2005-11-14 kaf24@firebug... Trivial Makefile cleanup for ioemu.
2005-11-14 emellor@leeni... Allocate MAC addresses using Xensource Inc's new OUI.
2005-11-14 kaf24@firebug... If /sbin/ isn't in the path, udev rules will erroneousl...
2005-11-12 emellor@leeni... The various changes to move to using info instead of...
2005-11-12 emellor@leeni... Further changes to xm.1 man page.
2005-11-12 emellor@leeni... From Charles Coffing <ccoffing@novell.com>:
2005-11-12 emellor@leeni... The following patch is work in progress to add more...
2005-11-12 dan@guaranine... This test was failing for he wrong reason. Calls to...
2005-11-12 emellor@leeni... Disable use of mmap. This allows Xenstored to run...
2005-11-11 emellor@leeni... Merged.
2005-11-11 emellor@leeni... New Xenbus driver structure, bringing an explicit state...
2005-11-11 smh22@firebug... Attached patch allows PAE xenlinux to run in the shadow...
2005-11-11 smh22@firebug... Fix make_page_readonly/make_page_writeable on PAE guest...
2005-11-11 emellor@leeni... Rename the commands inside the hotplug scripts to match...
2005-11-11 emellor@leeni... New location for code common to both netfront and netba...
2005-11-11 emellor@leeni... Don't call iptables if it is not installed. This code...
2005-11-11 emellor@leeni... Fix function call syntax in vif-route and vif-nat.
2005-11-11 emellor@leeni... Merged.
2005-11-11 emellor@leeni... Chmod a+x.
2005-11-11 kaf24@firebug... Missed two files from NULL-pointer-check changeset.
2005-11-11 kaf24@firebug... Remove unnecessary NULL checks before freeing memory...
2005-11-11 kaf24@firebug... Fix application of OS patches to deal better with failure.
2005-11-11 kaf24@firebug... Max xen skbuff allocation is now 64KB. kmem caches...
2005-11-11 kaf24@firebug... Merge with xen-unstable-ia64.hg
2005-11-11 kaf24@firebug... nloopbacks default is now 8. So vifnum of greater than...
2005-11-11 kaf24@firebug... Add MOVSX instr support to VMX MMIO decoder.
2005-11-11 kaf24@firebug... Remove unnecessary ifdef in defn of xprintk. Install
2005-11-10 djm@kirby.fc... Enable gcc3.4 with CONFIG_SMP (by Alex Williamson)
2005-11-10 djm@kirby.fc... Blkfront no longer built by default, need CONFIG_XEN_BL...
2005-11-10 kaf24@firebug... Fix Linux fault.c indentation.
2005-11-10 smh22@firebug... Fix page-table dump on PAE with >4GB MFNs.
2005-11-10 kaf24@firebug... Merge ... xenbits.xensource.com/ext/xen-unstable-docs.hg
2005-11-10 djm@kirby.fc... Merge
2005-11-10 Robb RomansAdd "Securing Xen" adapted from Anthony Liguori's Wiki...
2005-11-10 Robb RomansA few doc cleanups. Replace bitkeeper with mercurial.
2005-11-10 djm@kirby.fc... Reflect various missing traps/faults (flagged with...
2005-11-10 Xiaofeng LingThis patch use same expression as vif for vmx guest...
2005-11-10 emellor@leeni... Removed autogenerated file.
2005-11-10 emellor@leeni... Fix the log reopening by moving the code with all the...
2005-11-10 djm@kirby.fc... Fix typo
2005-11-10 djm@kirby.fc... Merge latest xen-unstable into xen-ia64-unstable
2005-11-10 djm@kirby.fc... Adapt to new evtchn interfaces.
2005-11-10 kaf24@firebug... Indirect writes to phys_to_machine_mapping array throug...
2005-11-10 djm@kirby.fc... Back out partial fix in ia64-unstable 7665/7/8, breaks...
2005-11-10 kaf24@firebug... When creating exception/interrupt stack frames for...
2005-11-10 kaf24@firebug... This patch fix some issue on masked interrupt:
2005-11-10 kaf24@firebug... Fix IPI handling before vcpu launched
2005-11-10 kaf24@firebug... For vmx domain, because shadow_mode_reference is set...
2005-11-10 kaf24@firebug... Add some minor defensive coding/error handling in xc_vm...
2005-11-10 kaf24@firebug... merge
2005-11-10 kaf24@firebug... Enable xm console for vmx guest.
2005-11-10 kaf24@firebug... Fix some more bugs in pygrub including:
2005-11-10 emellor@leeni... Merged.
2005-11-10 emellor@leeni... Various chmod a+x.
2005-11-10 kaf24@firebug... Attached patch fixes a thinko in pygrub's setup.py
2005-11-10 kaf24@firebug... Enable export of set_nmi_callback in suitably priv...
2005-11-10 kaf24@firebug... Updates comments in network-bridge, removes dead code...
next